From 1109d74507b5fa2276adcd406664261296268257 Mon Sep 17 00:00:00 2001 From: "jrb44@plym.cl.cam.ac.uk" Date: Thu, 13 Oct 2005 20:16:02 +0100 Subject: [PATCH] Fixed 64 bit Linux build. Fixes from Ian Pratt. extern declaration of bind_ipi was out of sync with the definition of the function. Signed-off-by: James Bulpin --- linux-2.6-xen-sparse/arch/xen/x86_64/kernel/smpboot.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/linux-2.6-xen-sparse/arch/xen/x86_64/kernel/smpboot.c b/linux-2.6-xen-sparse/arch/xen/x86_64/kernel/smpboot.c index 349f0309e5..ef56d19e9a 100644 --- a/linux-2.6-xen-sparse/arch/xen/x86_64/kernel/smpboot.c +++ b/linux-2.6-xen-sparse/arch/xen/x86_64/kernel/smpboot.c @@ -683,7 +683,6 @@ static int __cpuinit do_boot_cpu(int cpu, int apicid) extern void hypervisor_callback(void); extern void failsafe_callback(void); extern void smp_trap_init(trap_info_t *); - int i; #endif /* * We can't use kernel_thread since we must avoid to @@ -1210,7 +1209,6 @@ void __cpuinit smp_cpus_done(unsigned int max_cpus) } #ifdef CONFIG_XEN -extern int bind_ipi_to_irq(int ipi); extern irqreturn_t smp_reschedule_interrupt(int, void *, struct pt_regs *); extern irqreturn_t smp_call_function_interrupt(int, void *, struct pt_regs *); -- 2.30.2